home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Dialectic 1.2.source Folder / Dialectic ƒ / Shell ƒ / menus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-26  |  493 b   |  16 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        menus.h
  4.  
  5. Purpose:    This is the header file for menus.c
  6.  
  7. \**********************************************************************/
  8.  
  9. extern    MenuHandle        gHelpMenu;            /* help.c needs access to this menu handle */
  10. extern    MenuHandle        gDialectMenu;        /* dialect scrap.c needs access to this */
  11.  
  12. Boolean InitTheMenus(void);
  13. void AdjustMenus(void);
  14. void HandleMenu(long mSelect);
  15. void DoTheCloseThing(WindowPeek theWindow);
  16.